Fix a comment glitch and add one that's missing
authorRob Church <robchurch@users.mediawiki.org>
Tue, 3 Jan 2006 15:58:14 +0000 (15:58 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 3 Jan 2006 15:58:14 +0000 (15:58 +0000)
includes/User.php

index 1245eed..6667a61 100644 (file)
@@ -836,6 +836,7 @@ class User {
        }
        
        /**
+        * Clear the new messages flag for the given user
         * @param string $field
         * @param mixed $id
         * @access private
@@ -1034,7 +1035,7 @@ class User {
        }
 
        /**
-        * Remove the user from the given group.
+        * Add the user to the given group.
         * This takes immediate effect.
         * @string $group
         */